home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global nome, frame
- repeat with i = 1 to 3
- repeat with z = 1 to 60
- set the puppet of sprite 43 to 1
- set the castNum of sprite 43 to cast ("porteira" & i)
- updateStage()
- end repeat
- updateStage()
- end repeat
- sound stop 1
- sound stop 2
- set nome to the movieName
- set frame to the frame
- go(1, "Sair")
- end
-